home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / mxcode / ariainit / readme.1st < prev   
Text File  |  1994-11-10  |  2KB  |  40 lines

  1. ariainit.zip file contents:
  2.  
  3. aria.cfg     --  An example config file known to work with ariainit.com
  4. ariainit.c   --  C source code for program
  5. ariainit.com --  Executable for MS-DOS compiled with Quick C ver 2.x
  6. readme.1st   --  This file
  7.  
  8. The Aria sound card uses a chipset from Sierra Semiconductor that allows all
  9. but a small number of port addresses IRQ settings and DMA channels to be set
  10. through software.  Unfortunately,  Sierra did not disclose how to do this in
  11. the documentation to their SDK. The Prometheus software license for the Aria
  12. 16se did not prohibit reverse engineering or disassembly of the software. So
  13. armed only with debug, my goal was to discover how the Aria is configured. I
  14. needed to know this to use the Aria under the Linux operating system,  which
  15. is not supported by Prometheus. My intention is to write a device driver for
  16. Linux that will allow me to take advantage of the Aria's SCSI port and sound
  17. (through Sound Blaster emulation) capabilities. Maybe I will go so far as to
  18. write a native Aria driver!
  19.  
  20. I created the ariainit program as a learning aid and for confirmation that I
  21. understood how the soundcfg.sys driver worked to set the Aria configuration.
  22. ARIAINIT.COM  provides almost identical functionality as the soundcfg.sys it
  23. replaces,  plus the ARIAINIT.COM program allows the Aria to be configured in
  24. the AUTOEXEC.BAT file instead of the CONFIG.SYS file.
  25.  
  26. I may attempt to use ARIAINIT for OS/2 also.  I do not currently know enough
  27. about OS/2 device drivers or  boot/initialization sequences to say how  easy
  28. it might be to use ARIAINIT in that environment.  If anyone cares to do some
  29. experimenting, I would love to hear from you! I also have OS/2 on my system,
  30. but I have my hands full with Linux right now.  So don't expect anything for
  31. OS/2 from me in the near future.
  32.  
  33. ___
  34. |KM
  35. =====================================================================
  36.  myers@cfi.org      |  Thomas K. Myers  |  CAD Framework Initiative
  37.  Desk: 512/338-3516 | Software Engineer | 4030 West Braker Lane #550
  38.  FAX:  512/338-3853 |  &  so much more  |    Austin, Texas 78759
  39. =====================================================================
  40.